home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / balloo1a / form1.frm < prev    next >
Text File  |  1999-08-31  |  5KB  |  167 lines

  1. VERSION 5.00
  2. Object = "{A6DD9819-5F48-11D3-BA09-E42B07C10000}#6.0#0"; "BalloonOCX.ocx"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Balloon Tool Tip Testing"
  5.    ClientHeight    =   4710
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   8400
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   4710
  11.    ScaleWidth      =   8400
  12.    StartUpPosition =   2  'CenterScreen
  13.    Begin BalloonOCX.BalloonTip BalloonTip1 
  14.       Left            =   3480
  15.       Top             =   1080
  16.       _ExtentX        =   423
  17.       _ExtentY        =   423
  18.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  19.          Name            =   "MS Sans Serif"
  20.          Size            =   8.25
  21.          Charset         =   0
  22.          Weight          =   400
  23.          Underline       =   0   'False
  24.          Italic          =   0   'False
  25.          Strikethrough   =   0   'False
  26.       EndProperty
  27.    End
  28.    Begin VB.CommandButton Command2 
  29.       Caption         =   "Exit"
  30.       Height          =   495
  31.       Left            =   5400
  32.       TabIndex        =   13
  33.       ToolTipText     =   "Exit Tool Tip Testing"
  34.       Top             =   4080
  35.       Width           =   2775
  36.    End
  37.    Begin VB.CheckBox Check1 
  38.       Caption         =   "Check1"
  39.       Height          =   255
  40.       Index           =   2
  41.       Left            =   2160
  42.       TabIndex        =   12
  43.       ToolTipText     =   "Check Control"
  44.       Top             =   960
  45.       Width           =   975
  46.    End
  47.    Begin VB.CheckBox Check1 
  48.       Caption         =   "Check1"
  49.       Height          =   255
  50.       Index           =   1
  51.       Left            =   2160
  52.       TabIndex        =   11
  53.       ToolTipText     =   "Check Control"
  54.       Top             =   600
  55.       Width           =   975
  56.    End
  57.    Begin VB.Frame Frame1 
  58.       Caption         =   "Frame1"
  59.       Height          =   1455
  60.       Left            =   120
  61.       TabIndex        =   0
  62.       ToolTipText     =   "Frame Control"
  63.       Top             =   120
  64.       Width           =   1935
  65.    End
  66.    Begin VB.DirListBox Dir1 
  67.       Height          =   765
  68.       Left            =   2280
  69.       TabIndex        =   10
  70.       ToolTipText     =   "Dir Control"
  71.       Top             =   3240
  72.       Width           =   3015
  73.    End
  74.    Begin VB.PictureBox Picture1 
  75.       Height          =   855
  76.       Left            =   2280
  77.       ScaleHeight     =   795
  78.       ScaleWidth      =   5955
  79.       TabIndex        =   9
  80.       ToolTipText     =   $"Form1.frx":0000
  81.       Top             =   1680
  82.       Width           =   6015
  83.    End
  84.    Begin VB.FileListBox File1 
  85.       Height          =   1260
  86.       Left            =   5400
  87.       TabIndex        =   8
  88.       ToolTipText     =   "File Control "
  89.       Top             =   2640
  90.       Width           =   2895
  91.    End
  92.    Begin VB.ComboBox Combo1 
  93.       Height          =   315
  94.       Left            =   4800
  95.       TabIndex        =   7
  96.       Text            =   "Combo1"
  97.       ToolTipText     =   "Combo Control"
  98.       Top             =   960
  99.       Width           =   2535
  100.    End
  101.    Begin VB.TextBox Text1 
  102.       Height          =   495
  103.       Left            =   2280
  104.       TabIndex        =   6
  105.       Text            =   "Text1"
  106.       ToolTipText     =   "Text Control"
  107.       Top             =   2640
  108.       Width           =   3015
  109.    End
  110.    Begin VB.OptionButton Option1 
  111.       Caption         =   "Option1"
  112.       Height          =   255
  113.       Left            =   3360
  114.       TabIndex        =   5
  115.       ToolTipText     =   "Option Control"
  116.       Top             =   240
  117.       Width           =   855
  118.    End
  119.    Begin VB.CheckBox Check1 
  120.       Caption         =   "Check1"
  121.       Height          =   255
  122.       Index           =   0
  123.       Left            =   2160
  124.       TabIndex        =   4
  125.       ToolTipText     =   "Check Control"
  126.       Top             =   240
  127.       Width           =   975
  128.    End
  129.    Begin VB.ListBox List1 
  130.       Height          =   2400
  131.       Left            =   120
  132.       TabIndex        =   3
  133.       ToolTipText     =   "List Control"
  134.       Top             =   1680
  135.       Width           =   1935
  136.    End
  137.    Begin VB.CommandButton Command1 
  138.       Caption         =   "Command1"
  139.       Height          =   615
  140.       Left            =   4560
  141.       TabIndex        =   1
  142.       ToolTipText     =   "Command Control"
  143.       Top             =   120
  144.       Width           =   3735
  145.    End
  146.    Begin VB.Label Label1 
  147.       Caption         =   "Label1"
  148.       Height          =   255
  149.       Left            =   4200
  150.       TabIndex        =   2
  151.       ToolTipText     =   "label Control"
  152.       Top             =   960
  153.       Width           =   495
  154.    End
  155. End
  156. Attribute VB_Name = "Form1"
  157. Attribute VB_GlobalNameSpace = False
  158. Attribute VB_Creatable = False
  159. Attribute VB_PredeclaredId = True
  160. Attribute VB_Exposed = False
  161. Private Sub Command2_Click()
  162. Unload Me
  163. Set Form1 = Nothing
  164. End Sub
  165.  
  166.  
  167.